home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / lists / linsert < prev    next >
Encoding:
Text File  |  1992-12-17  |  626 b   |  11 lines

  1.           linsert list index element ?element element ...?
  2.                This command produces a new list from list by inserting
  3.                all of the element arguments just  before  the  indexth
  4.                element  of  list.  Each element argument will become a
  5.                separate element of the new list.   If  index  is  less
  6.                than  or  equal  to  zero,  then  the  new elements are
  7.                inserted at the beginning of the  list.   If  index  is
  8.                greater  than or equal to the number of elements in the
  9.                list, then the new elements are appended to the list.
  10.  
  11.